home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / greps.zip / CONFIG~1.IN < prev    next >
Text File  |  1993-09-17  |  193b  |  11 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(grep.c)
  3. AC_PROG_GCC
  4. AC_PROG_INSTALL
  5. AC_STDC_HEADERS
  6. AC_USG
  7. AC_UNISTD_H
  8. AC_CHAR_UNSIGNED
  9. AC_ALLOCA
  10. AC_OUTPUT(Makefile)
  11.